object NewStartingAdressDlg: TNewStartingAdressDlg Left = 238 Top = 114 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Nov� po��te�n� adresa' ClientHeight = 229 ClientWidth = 429 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label4: TLabel Left = 12 Top = 10 Width = 25 Height = 13 Caption = 'URL:' end object Label5: TLabel Left = 11 Top = 46 Width = 26 Height = 13 Caption = 'Titulek:' end object OKBtn: TButton Left = 343 Top = 167 Width = 76 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 OnClick = OKBtnClick end object CancelBtn: TButton Left = 343 Top = 197 Width = 76 Height = 25 Cancel = True Caption = 'Storno' ModalResult = 2 TabOrder = 3 end object UrlEdit: TEdit Left = 46 Top = 7 Width = 371 Height = 21 TabOrder = 0 OnChange = UrlEditChange end object TitleEdit: TEdit Left = 46 Top = 39 Width = 371 Height = 21 TabOrder = 1 end object GroupBox1: TGroupBox Left = 10 Top = 68 Width = 409 Height = 93 Caption = 'Exploration Depth' TabOrder = 4 object Label6: TLabel Left = 14 Top = 20 Width = 86 Height = 13 Caption = 'Zkoumat a� do:' end object Label7: TLabel Left = 159 Top = 20 Width = 224 Height = 13 Caption = 'odkaz� z t�to adresy, ale ne v�ce ne�:' end object ExpDepthEdit: TEdit Left = 108 Top = 16 Width = 40 Height = 21 TabOrder = 0 Text = '1' OnChange = ExpDepthEditChange end object StayOnSiteCheckBox: TCheckBox Left = 20 Top = 45 Width = 373 Height = 17 Caption = 'adresy, kter� za��naj� ...' TabOrder = 1 end object ReportExternalCheckBox: TCheckBox Left = 20 Top = 67 Width = 373 Height = 17 Caption = 'kamkoliv v�etn� extern�ch odkaz�' Checked = True State = cbChecked TabOrder = 2 end end object GroupBox2: TGroupBox Left = 12 Top = 168 Width = 325 Height = 53 Caption = 'Autentifikace' TabOrder = 5 object Label2: TLabel Left = 16 Top = 24 Width = 40 Height = 13 Caption = '��et' end object Label3: TLabel Left = 168 Top = 24 Width = 46 Height = 13 Caption = 'Heslo' end object AccountEdit: TEdit Left = 68 Top = 20 Width = 81 Height = 21 TabOrder = 0 end object PasswdEdit: TEdit Left = 227 Top = 20 Width = 80 Height = 21 PasswordChar = '*' TabOrder = 1 end end end